GtkToolItemGroup now has label and label-widget properties.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 14 Jul 2009 21:46:21 +0000 (23:46 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 14 Jul 2009 21:46:49 +0000 (23:46 +0200)
commita14e05fa591cffe5043832cc8efefe9ff2691587
tree256262dc434cd72965b0b23280758bb7d1cb36cc
parent33c4cb76d86c192ea4dbb8f0db34bbbc37158305
GtkToolItemGroup now has label and label-widget properties.

* demos/gtk-demo/toolpalette.c (load_special_items): Demonstrate
gtk_tool_item_group_set_label_widget().
* gtk/gtktoolitemgroup.[h|c]: Rename the "item-group-name" property to
"label" because that is what it is. Likewise rename the functions.
Add a "label-widget" propert and get/set_label_widget() functions,
based on the same code/API in GtkExpander.
demos/gtk-demo/toolpalette.c
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtktoolitemgroup.c
gtk/gtktoolitemgroup.h